home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / iutil / acc_init.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-01-23  |  305 b   |  17 lines

  1. # include    <sccs.h>
  2.  
  3. SCCSID(@(#)acc_init.c    8.1    12/31/84)
  4.  
  5. /*
  6. **  ACC_INIT -- fake acc_init.
  7. **
  8. **    Modules that do not pull in the access method library will
  9. **    choke.  So we include an acc_init here that the ctl module
  10. **    can pick up if the access method library has not been
  11. **    loaded.
  12. */
  13.  
  14. acc_init()
  15. {
  16. }
  17.